lib/sign: fix the false failure while loading keys
authorDenis Pynkin <denis.pynkin@collabora.com>
Mon, 25 Nov 2019 19:53:28 +0000 (22:53 +0300)
committerDenis Pynkin <denis.pynkin@collabora.com>
Wed, 25 Mar 2020 12:23:55 +0000 (15:23 +0300)
commit5cd822ae0528ac3b573e7d01c1a01f47f4722396
tree5a52a8298418292f39ceac50ea034bff9048c8e1
parent5dca74fab7a5419e4151de4b13de8a351b8b724b
lib/sign: fix the false failure while loading keys

Usage of 'g_warning()' inside keys loading funcrion lead to false
failure: the key loading attempt for the wrong engine breaks the
pulling process instead of trying to use this key with correct engine.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
src/libostree/ostree-repo-pull.c